バージョン

Period メソッド (BollingerBandWidthIndicator<T>)

ボリンジャー バンド幅インジケーターの移動平均区間を設定します。CCI 期間の一般的な値かつ初期値は 20 です。
シンタックス
'宣言
 
Public Function Period( _
   ByVal period As System.Integer _
) As BollingerBandWidthIndicator(Of T)
public BollingerBandWidthIndicator<T> Period( 
   System.int period
)

パラメータ

period
解説
CCI 期間の一般的な値かつ初期値は 20 です。
参照

オンラインで表示: GitHub